* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	background: #c7cecd;
}
::-webkit-scrollbar-track {
	background: none;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0
}
body {
	color: #333;
	font-size: 14px;
}
li {
	list-style: none
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
p {
	word-wrap: break-word
}
a{
	color:#000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0px;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.contentMid{
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}

input[type='text']{
	height: 32px;
	line-height: 32px;
	outline: none;
	border:1px solid #ccc;
	padding: 0 10px;
	border-radius: 3px;
}

.cusTitle{
	text-align: center;
	padding: 10px 0;
	position: relative;
	z-index: 9;
}
.cusTitle .cn{
	position: relative;
	font-size: 36px;
	margin-bottom: 5px;
}
.cusTitle.cusTitleWhite .cn{
	color: #fff;
}
.cusTitle .cn::after{
	content: '';
	display: inline-block;
	margin: -32px 0 0 -10px;
	vertical-align: middle;
	width: 19px;
	height: 24px;
	background: url(../images/icon/iconTitle.png) no-repeat;
	position: relative;
	z-index: -1;
}
.cusTitle.cusTitleWhite .cn::after{
	background: url(../images/icon/iconTitleWhite.png) no-repeat;
}
.cusTitle .cn .point{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #00d3dd;
	vertical-align: middle;
	margin:-2px 3px 0 3px;
}
.cusTitle .en{
	font-size: 24px;
	color: #eee;
	letter-spacing: 3px;
}
.cusTitle.cusTitleWhite .en{
	color: #70cedb;
}

body{
	padding-top: 100px;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100px;
	background-color: #fff;
	padding: 0 80px;
	box-shadow: 0 1px 6px 2px rgba(100,100,100,0.1);
}
.header .logo{
	float: left;
	margin-top: 20px;
}
.logo .logoImg{
	height: 64px;
}
.header .nav{
	position: absolute;
	right: 210px;
	top: 0;
}
.nav .navBtn{
	display: none;
}
.navList li{
	float: left;
	margin: 0 30px;
}
.navList li a{
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 3px;
	border-bottom: 3px solid #fff;
	color: #333;
	font-size: 18px;
}
.navList li:hover a,
.navList li.active a{
	border-color: #00d3dd;
	color: #00d3dd;
}
.header .search{
	position: absolute;
	top: 38px;
	right: 170px;
}
.header .search .iconSearch{
	display: block;
	width:26px;
	height: 26px;
	background: url(../images/icon/iconSearch.png) no-repeat center center;
	cursor: pointer;
}
.header .search .searchContent{
	display: none;
	position: absolute;
	top: 62px;
	right: 0;
	background: #fff;
	padding:10px;
	border-radius: 0 0 3px 3px;
}
.search .searchContent .searchBtn{
	display: block;
	width:30px;
	height: 30px;
	background: url(../images/icon/iconSearch.png) #fff no-repeat center center;
	background-size: 55% 55%;
	cursor: pointer;
	position: absolute;
	top: 11px;
	right: 11px;
}
.header .language{
	width:36px;
	height: 36px;
	border-radius: 36px;
	position: absolute;
	right: 80px;
	top:33px;
	background: #00d3dd;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}
.headerSmall .header{
	height: 70px;
}
.headerSmall .header .logo{
	margin-top: 11px;
}
.headerSmall .logo .logoImg{
	height: 45px;
}
.headerSmall .navList li a{
	height: 70px;
	line-height: 70px;
}
.headerSmall .header .search{
	top: 22px;
}
.headerSmall .header .language{
	top:17px;
}
.headerSmall .header .search .searchContent{
	top: 48px;
}

.footer{
	background: #f5f8f9;
	padding:90px 0 80px
}
.footer .contentMid{
	display: flex;
	justify-content: space-between;
}
.footer .bottomInfo{
	order:2;
	flex: 1;
}
.bottomInfo .bottomInfoMid{
	float: right;
	text-align: right;
}
.bottomInfo .logoImg{
	margin-bottom: 28px;
}
.bottomInfo .p{
	font-size:16px;
	color:#404040;
	line-height: 28px;
}
.bottomInfo .btnList{
	margin-top: 32px;
}
.bottomInfo .btnList .btnItem{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin-left: 8px;
}
.bottomInfo .btnList .btnItem:hover{
	opacity: 0.8;
}
.bottomInfo .btnList .wechat{
	position: relative;
}
.bottomInfo .btnList .wechat:hover{
	opacity: 1;
}
.bottomInfo .btnList .wechat .icon_wechat{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: url(../images/icon/iconWechat.png) #fff no-repeat center center;
}
.btnList .wechat .wechatImgBox{
	border: 8px solid #fff;
	border-radius: 5px;
	display: none;
	position: absolute;
	bottom: 55px;
	left: -50px;
	background: #fff;
}
.btnList .wechat:hover .wechatImgBox{
	display: block;
}
.btnList .wechat .wechatImgBox::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 10px 8px 0 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	left: 55px;
	bottom: -17px;
}
.wechatImgBox .wechatImg{
	width: 120px;
	height: 120px;
	max-width: initial;
}
.bottomInfo .btnList .btnItem.mailbox{
	background: url(../images/icon/iconMail.png) #fff no-repeat center center;
}
.bottomInfo .btnList .btnItem.goTop{
	background: url(../images/icon/iconGotop.png) #fff no-repeat center center;
}
.footer .bottomNavContent{
	order:1;
	flex: auto;
	max-width: 860px;
}
.bottomNavContent .bottomNav{
	display: flex;
	justify-content: space-between;
}
.bottomNav .dl dt{
	font-size: 18px;
	color: #333;
	margin-bottom: 25px;
}
.bottomNav .dl dd{
	line-height: 20px;
	margin-bottom: 10px;
}
.bottomNav .dl dd a{
	color: #555;
}
.bottomNavContent .copyright{
	border-top: 1px solid #e8eaea;
	padding-top: 30px;
	margin-top: 50px;
}

.pages{
	text-align: center;
}
.pages .pagesPrev,
.pages .pagesNext{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	padding: 0 25px;
	background: #eee;
	margin: 0 10px;
}
.pages .pagesNum{
	display: inline;
}
.pages .pagesNum a{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	border-radius: 48px;
	border:1px solid #eee;
	margin: 0 5px;
}
.pages .pagesPrev:hover,
.pages .pagesNext:hover,
.pages .pagesNum a:hover,
.pages .pagesNum a.pagesCur{
	border-color: #00d3dd;
	background: #00d3dd;
	color: #fff;
}

.pagesBanner{
	height: 500px;
}
.pagesBanner .mobileImg{
	display: none;
}
.pagesNavContent{
	border-bottom: 1px solid #eee;
	width: 100%;
	background: #fff;
}
.pagesNavContent .pagesTabListBox{
	float: left;
	background: #fff;
}
.pagesTabList li{
	float: left;
	margin-right: 70px;
}
.pagesTabList li a{
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 3px;
	border-bottom: 3px solid #fff;
	color: #333;
	font-size: 16px;
}
.pagesTabList li:hover a,
.pagesTabList li.active a{
	border-color: #00d3dd;
	color: #00d3dd;
}
.pagesNavContent .breadcrumbs{
	float: right;
	color: #999;
	padding: 22px 0;
}
.pagesNavContent .breadcrumbs a{
	color: #999;
}
.pagesNavContent .breadcrumbs a:hover,
.pagesNavContent .breadcrumbs span{
	color: #00d3dd;
}

@media screen and (max-width:1600px) {
	.navList li{
		margin: 0 15px;
	}
}

@media screen and (max-width:1366px) {
	body{
		padding-top: 70px;
	}
	.header{
		height: 70px;
	}
	.header .nav{
		right: 170px;
	}
	.navList li{
		margin: 0 10px;
	}
	.navList li a{
		font-size: 14px;
		height: 70px;
		line-height: 70px;
	}
	.header .logo{
		margin-top: 11px;
	}
	.logo .logoImg{
		height: 45px;
	}
	.header .search{
		right: 135px;
		top: 22px;
	}
	.header .language{
		top:17px;
	}
	.header .search .searchContent{
		top: 48px;
	}
	.pagesBanner{
		height: 0;
		padding-bottom: 26%;
	}
}

@media screen and (max-width:1280px) {
	.contentMid{
		padding-left:20px;
		padding-right:20px;
	}
}

@media screen and (max-width:1024px) {
	.header{
		padding: 0 20px;
	}
	.nav .navBtn{
		display: block;
		position: fixed;
		right: 33px;
		top: 24px;
		width: 26px;
		height: 20px;
		cursor: pointer;
	}
	.nav .navBtn i{
		display: block;
		width: 100%;
		height: 3px;
		background-color: #3c3c3c;
		position: absolute;
		left:0;
	}
	.nav .navBtn i:nth-child(2){
		top: 9px;
	}
	.nav .navBtn i:nth-child(3){
		bottom: 0;
	}
	.nav .navList{
		position: fixed;
		right: 0;
		top: 60px;
		bottom: 0;
		background: rgba(0,0,0,0.6);
		width: 160px;
		padding-top: 70px;
		display: none;
	}
	.navList li{
		float: none;
		margin: 0;
	}
	.navList li a{
		height: 36px;
		line-height: 36px;
		padding: 0 20px;
		color: #fff;
		border:none;
	}
	.footer .contentMid{
		display: block;
	}
	.footer .bottomNavContent{
		float: left;
		max-width: 500px;
	}
	.footer .bottomInfo{
		float: right;
	}
	.cusTitle .cn{
		font-size: 24px;
	}
	.cusTitle .en{
		font-size: 16px;
	}
	.pagesTabList li{
		margin-right: 20px;
	}
	.pagesTabList li a{
		font-size: 14px;
	}
}

@media screen and (max-width:800px) {
	.footer{
		padding: 30px 0;
	}
	.footer .bottomNavContent{
		float: none;
		max-width: 100%;
	}
	.footer .bottomNavContent .bottomNav{
		display: none;
	}
	.bottomNavContent .copyright{
		padding-top: 15px;
		text-align: center;
	}
	.footer .bottomInfo{
		float: none;
		margin:0 auto;
	}
	.bottomInfo .bottomInfoMid{
		float: none;
		text-align: center;
	}
	.pagesNavContent{
		border:none;
	}
	.pagesNavContent .pagesTabListBox{
		float: none;
		border-bottom: 1px solid #eee;
	}
	.pagesNavContent .breadcrumbs{
		float: none;
		padding: 10px 0;
		text-align: right;
	}
	.pagesTabList li a{
		height: 40px;
		line-height: 40px;
	}
	.pages .pagesNum{
		display: none;
	}
	.pages .pagesPrev,
	.pages .pagesNext{
		height: 36px;
		line-height: 36px;
	}
}

@media screen and (max-width:640px) {
	.pagesBanner{
		height: auto;
		background: none !important;
		padding-bottom: 0;
	}
	.pagesBanner .mobileImg{
		display: block;
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	body{
		padding-top: 60px;
	}
	.header{
		height: 60px;
	}
	.logo .logoImg {
		height: 35px;
	}
	.nav .navBtn {
		right: 20px;
		top: 20px;
	}
	.header .language {
		width: 26px;
		height: 26px;
		border-radius: 26px;
		line-height: 26px;
		right: 60px;
		font-size: 12px;
	}
	.header .search {
		right: 98px;
		top: 17px;
	}
	.header .search .searchContent{
		position: fixed;
		top: 60px;
		right: 0;
	}
	.bottomInfo .p{
		font-size: 14px;
	}
	.bottomInfo .btnList{
		margin-top: 20px;
	}
	.bottomNavContent .copyright{
		margin-top: 20px;
	}
	.pagesNavContent .breadcrumbs{
		font-size: 12px;
	}
	.pagesTabList li {
    margin-right: 5px;
	}
	.pagesTabList li a{
		border-bottom-width: 2px;
	}
}
